home *** CD-ROM | disk | FTP | other *** search
/ CD Fun House 1 / CD Fun House (Wayzata Technology).iso / •AdventureLand• / Adventures / SpaceEscape •••• / SpaceEscape ееее / card_29121.txt < prev    next >
Text File  |  1990-10-02  |  3KB  |  105 lines

  1. -- card: 29121 from stack: in
  2. -- bmap block id: 36675
  3. -- flags: 4000
  4. -- background id: 8902
  5. -- name: cup of coffee
  6. ----- HyperTalk script -----
  7. on opencard
  8.   put "This cup is filled with a slimy brown bubbling liquid." into field "Info"
  9.   pass opencard
  10. end opencard
  11.  
  12.  
  13. -- part 1 (button)
  14. -- low flags: 00
  15. -- high flags: A003
  16. -- rect: left=161 top=302 right=323 bottom=192
  17. -- title width / last selected line: 0
  18. -- icon id / first selected line: 0 / 0
  19. -- text alignment: 1
  20. -- font id: 0
  21. -- text size: 12
  22. -- style flags: 0
  23. -- line height: 16
  24. -- part name: OK
  25. ----- HyperTalk script -----
  26. on mouseUp
  27.   global filter
  28.   if filter is "yes" then
  29.     beep
  30.     exit mouseup
  31.   end if
  32.   global donteat
  33.   get bkgnd field "do what"
  34.   if the number of words in it > 1 then
  35.     beep 2
  36.     oneword
  37.     exit mouseup
  38.   end if
  39.   if it contains "fill" then
  40.     put "The cup is already full."  into field "info"
  41.     exit mouseup
  42.   end if
  43.   if it contains "examine" or it contains "look" then
  44.     send "opencard" to this card
  45.     exit mouseUp
  46.   end if
  47.   if it contains "give" or it contains "offer"then
  48.   ask "To whom would you like to give the coffee?"
  49.   if it is "" then exit mouseup
  50.   if it contains "drool" or it contains "guard" or it contains"officer" or it contains "man"then
  51.   global position
  52.   if position is"guard post" then
  53.     global inventory
  54.     if inventory contains "coffee" then
  55.       put "The Drool looks at the coffee and begins to drool."& "  ""e&"Thanks,""e&" he mutters, and walks away." into field "info"
  56.       global posthide
  57.       put "yes" into posthide
  58.       exit mouseup
  59.     end if
  60.   end if
  61.   put "The "&it&" is not interested in the coffee." into field "Info"
  62.   exit mouseup
  63. end if
  64. end if
  65. if it contains "eat" or it contains "consume" or it contains "drink" then
  66.   put "The moment you raise the cup to your lips, you know you've"& " done the wrong thing.  The coffee quickly takes control of "& "your body, and within seconds you are lying limp on the floor."& "  That's the last time you drink Droolish coffee.≈∏"into field "info"
  67.   global filter
  68.   put "yes" into filter
  69.   exit mouseup
  70. end if
  71. if it is "" then
  72.   put "Speak up.  I can't hear you." into field "info"
  73.   exit mouseup
  74. end if
  75. global cuphide
  76. if it contains "get" then
  77.   put "You already have the coffee." into field "info"
  78.   exit mouseup
  79. end if
  80. if it contains "drop" then
  81.   put "You should save the coffee in case it should come"& "in handy later on." into field "info"
  82.   exit mouseup
  83. end if
  84. idunno
  85. end mouseUp
  86.  
  87. on cont
  88.   global filter
  89.   if filter is "yes" then
  90.     global filter
  91.     put "" into filter
  92.     go to card "death"
  93.     exit cont
  94.   end if
  95. end cont
  96.  
  97.  
  98.  
  99. -- part contents for background part 2
  100. ----- text -----
  101. What would you like to do with the Art?
  102.  
  103. -- part contents for background part 7
  104. ----- text -----
  105. Cup of Coffee